home *** CD-ROM | disk | FTP | other *** search
/ Packard Bell - Internet on a CD / internet on a cd.cdr / Internet / sites / Clementine_NASA / clemdcmp.txt < prev    next >
Encoding:
Text File  |  1998-07-16  |  3.6 KB  |  48 lines

  1. PDS_VERSION_ID              = PDS3                                            
  2. RECORD_TYPE                 = FIXED_LENGTH                                    
  3. RECORD_BYTES                = 80                                              
  4. OBJECT                      = TEXT                                            
  5.    INTERCHANGE_FORMAT       = ASCII                                           
  6.    PUBLICATION_DATE         = 1994-10-01                                      
  7.    NOTE                     = "CLEMDCMP USER'S GUIDE"                         
  8. END_OBJECT                  = TEXT                                            
  9. END                                                                           
  10.                                                                               
  11.                          CLEMDCMP  V1.0                                       
  12.                                                                               
  13.      CLEMDCMP will decompress a clementine image and format it into           
  14. one of four possible formats:                                                 
  15.                                                                               
  16.        1) decompressed pds image file, with pds labels, the histogram         
  17.            object, and an image object, either the browse image or            
  18.            the full image                                                     
  19.        2) decompressed raw image file, no labels                              
  20.        3) decompressed tiff image                                             
  21.        4) decompressed gif image                                              
  22.                                                                               
  23.                                                                               
  24. Installing and Using Software on an IBM PC Running MS-DOS                     
  25.                                                                               
  26.     The file CLEMDCMP.EXE can be run as is directly from the CD-ROM.          
  27. The CLEMDCMP.EXE software was created using Version 4.0 of the Borland C/C++  
  28. development software.  It was compiled and linked using the large memory      
  29. model.  This program has been tested on an IBM PC 486 using DOS 6.1.  The     
  30. source is in the PC/SOURCE subdirectory.  A make file called CLEMDCMP.MAK     
  31. has also been provided in the same directory.                                 
  32.                                                                               
  33.                                                                               
  34. CLEMDCMP has four command-line arguments.  The first argument indicates the   
  35. output format of the decompressed image and the following are the options:    
  36.          -p = decompressed pds image file                                     
  37.          -n = decompressed unlabeled file                                     
  38.          -t = decompressed tiff file                                          
  39.          -g = decompressed gif file                                           
  40.                                                                               
  41. The second argument indicates which image object to output:                   
  42.          -i = full resolution image                                           
  43.          -b = browse image                                                    
  44. The third argument is the filename of the input compressed clementine         
  45.          data file.                                                           
  46. The fourth argument is the filename of the output decompressed                
  47.          clementine image.                                                    
  48.